home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / os2 / popsrv1e.zip / SENDMAIL.CF < prev   
Text File  |  1996-08-04  |  32KB  |  715 lines

  1. ########################################################################
  2. #                                                                      #
  3. #                                                                      #
  4. #  Sendmail                                                            #
  5. #  Copyright (c) 1983  Eric P. Allman                                  #
  6. #  Berkeley, California                                                #
  7. #                                                                      #
  8. #  Copyright (c) 1983 Regents of the University of California.         #
  9. #  All rights reserved.  The Berkeley software License Agreement       #
  10. #  specifies the terms and conditions for redistribution.              #
  11. #                                                                      #
  12. #  This configuration file was modified specifically for IBM's         #
  13. #  SENDMAIL product for the IBM OS/2 Operating System.  Please avoid   #
  14. #  making changes to this file, as it will change the operation of     #
  15. #  SENDMAIL.                                                           #
  16. #                                                                      #
  17. #  Modified by: Ed Overly    &   Daniel Barton       @ IBM             #
  18. #              Yorktown, NY  Research Triangle Park, NC                #
  19. ########################################################################
  20.  
  21. ########################################################################
  22. #                                                                      #
  23. # Host name definition (YOU MUST DEFINE THESE)                         #
  24. #                                                                      #
  25. # Define macro for your host name for all return addresses.            #
  26. # Define class to recognize all aliases of your host name.             #
  27. #                                                                      #
  28. # The domain will be added to this name!!! -mjz                        # 
  29. #                                                                      #
  30. #DwYourHostName                                                        #
  31. #CwYourHostName YourHostAliases                                        #
  32. ########################################################################
  33.  
  34. # My host name
  35. Dwhabcnx
  36. Cwhabcnx mail
  37.  
  38. ########################################################################
  39. #      SubDomains                                                      #
  40. #                                                                      #
  41. #      Receive mail for All users in this subdomains                   #
  42. #      in 'subdomain' mailbox                                          #
  43. #                                                                      #
  44. ########################################################################
  45.  
  46. Cxchanae mn2 prof etud
  47.  
  48. ########################################################################
  49. #                                                                      #
  50. # Local domain name. (DEFINE THIS IF DOMAINS ARE USED)                 #
  51. # **WARNING**                                                          #
  52. # When domain names are used, SMTP transactions utilize the            #
  53. # full domain (official) name of the host. All host names with         #
  54. # no domains (abbreviated) are expanded with the local domain          #
  55. # by the mail service. This is consistent with Internet text standards.#
  56. # All hosts sending or RECEIVING mail must recognize their official    #
  57. # host names. When using domains enter the official host name in       #
  58. # /etc/hosts and be certain that all network nameservers recognize     #
  59. # official host names.                                                 #
  60. #                                                                      #
  61. # Define the D macro to be the whole domain for the local host.        #
  62. # This configuration file supports four part domains. It can be        #
  63. # expanded to support n part domains.                                  #
  64. #                                                                      #
  65. #DDgrandchild.child.parent.top                                         #
  66. ########################################################################
  67.  
  68. # My domain name
  69. DDstben.be
  70.  
  71. ########################################################################
  72. #                                                                      #
  73. # Relay host definition (You may optionally define this)               #
  74. #                                                                      #
  75. # If the Relay host is defined, then all outbound mail is delivered    #
  76. # to this Relay host.                                                  #
  77. #                                                                      #
  78. #DRyourRelayHost     (Fully qualified)                                 #
  79. ########################################################################
  80.  
  81. #DRtornix.tornado.be
  82.  
  83. ########################################################################
  84. #                                                                      #
  85. # Host name for UUCP handling (YOU MAY OPTIONALLY DEFINE THIS)         #
  86. #                                                                      #
  87. # Optionally define macro specifying name of host to which you want    #
  88. # to relay all UUCP traffic.  This would be a host on the network      #
  89. # with modems.  You do not have to define this to use UUCP.            #
  90. #                                                                      #
  91. # Defining this macro eliminates the requirement for you to explicitly #
  92. # reference the relaying host in your UUCP route addresses.  For       #
  93. # instance, if the host with modems is called "cat", you normally      #
  94. # would have to specify a UUCP address as "cat!route_path".  If you    #
  95. # define macro "DUcat", then you only need specify "route_path".       #
  96. #                                                                      #
  97. #DUHostWithModems                                                      #
  98. #                                                                      #
  99. ########################################################################
  100.  
  101. # my official host name (includes host name and domain name)
  102. Dj$w$?D.$D$.
  103.  
  104.  
  105. #####################################################
  106. #   Version Number   (YOU MAY CHANGE THIS AS NEEDED)#
  107. #####################################################
  108. DZ1.0
  109.  
  110.  
  111. ######################
  112. #   Special macros   #
  113. ######################
  114.  
  115. # my name
  116. DnMAILER-DAEMON
  117. # UNIX header format
  118. DlFrom $g  $d
  119. # delimiter (operator) characters
  120. Do.:%@!^=/[]
  121. # format of a total name
  122. Dq$g$?x ($x)$.
  123. # SMTP login message
  124. De$j Sendmail $v/$Z ready at $b
  125.  
  126.  
  127. ###############
  128. #   Options   #
  129. ###############
  130.  
  131. # location of alias file
  132. OAf:\tcpip\etc\aliases
  133.  
  134. # substitution for space (blank) characters
  135. OB.
  136.  
  137. # (don't) connect to "expensive" mailers
  138. #Oc
  139.  
  140. # default delivery mode
  141. Odbackground
  142.  
  143. # location of help file
  144. OHf:\tcpip\etc\sendmail.hf
  145.  
  146. # Queue directory - specify directory containing log file
  147. OQe:\mqueue
  148.  
  149. # default messages to old style
  150. Oo
  151.  
  152. # status file
  153. OSf:\tcpip\etc\sendmail.st
  154.  
  155. # queue up everything before starting transmission
  156. Os
  157.  
  158. # return queued mail after this long
  159. OT1d
  160.  
  161. # load average at which we refuse connections
  162. #OX
  163.  
  164. # work recipient factor
  165. #Oy
  166.  
  167. # work msg class factor
  168. #Oz
  169.  
  170. # work time factor
  171. #OZ
  172.  
  173.  
  174. ###########################
  175. #   Message precedences   #
  176. ###########################
  177.  
  178. Pfirst-class=0
  179. Pspecial-delivery=100
  180. Pbulk=-60
  181. Pjunk=-100
  182.  
  183.  
  184. #####################
  185. #   Trusted users   #
  186. #####################
  187.  
  188. #  This parameter is not used by OS/2 Sendmail. 
  189. Tdaemon
  190.  
  191.  
  192. #########################
  193. #   Format of headers   #
  194. #########################
  195.  
  196. H?P?Return-Path: <$g>
  197. HReceived: $?sfrom $s $.by $j ($v/$Z)
  198.       id $i; $b
  199. H?D?Resent-Date: $a
  200. H?D?Date: $a
  201. H?F?Resent-From: $q
  202. H?F?From: $q
  203. H?x?Full-Name: $x
  204. HSubject:
  205. # HPosted-Date: $a
  206. # H?l?Received-Date: $b
  207. H?M?Resent-Message-Id: <$t.$i@$j>
  208. H?M?Message-Id: <$t.$i@$j>
  209.